QuickTime 4 API Documentation

3D Graphics Programming with QuickDraw 3D 1.5.4

Previous | QD3D Book | Overview | Chapter Contents

QuickDraw 3D Errors, Warnings, and Notices

The following is a list of general QuickDraw 3D errors, warnings, and notices. More specific errors are listed at the end of each chapter.

No problem

kQ3ErrorNone
kQ3WarningNone
kQ3NoticeNone

Fatal errors

kQ3ErrorInternalError
kQ3ErrorNoRecovery
kQ3ErrorLastFatalError

System errors and warnings

kQ3ErrorNotInitialized
kQ3ErrorAlreadyInitialized
kQ3ErrorUnimplemented
kQ3ErrorRegistrationFailed
kQ3WarningInternalException
kQ3NoticeSystemAlreadyInitialized

OS errors

kQ3ErrorUnixError
kQ3ErrorMacintoshError
kQ3ErrorX11Error
kQ3ErrorWin32Error

Memory errors and warnings

kQ3ErrorMemoryLeak
kQ3ErrorOutOfMemory
kQ3WarningLowMemory
kQ3WarningPossibleMemoryLeak

Parameter errors, warnings, and notices

kQ3ErrorNULLParameter
kQ3ErrorParameterOutOfRange
kQ3ErrorInvalidParameter
kQ3ErrorInvalidData
kQ3ErrorAcceleratorAlreadySet
kQ3ErrorVector3DNotUnitLength
kQ3ErrorVector3DZeroLength
kQ3ErrorBadStringType
kQ3WarningParameterOutOfRange
kQ3NoticeDataAlreadyEmpty
kQ3NoticeParameterOutOfRange

Extension errors and warnings

kQ3ErrorNoExtensionsFolder
kQ3ErrorExtensionError
kQ3ErrorPrivateExtensionError
kQ3WarningExtensionNotLoading

Submit loop errors (If you get one of these loop errors, check the previous error posted. If it is kQ3ErrorOutOfMemory , you may be able to recover by freeing up some memory and trying again.)

kQ3ErrorPickingLoopFailed
kQ3ErrorRenderingLoopFailed
kQ3ErrorWritingLoopFailed
kQ3ErrorBoundingLoopFailed

 

 


© 1997 Apple Computer, Inc.

Previous | QD3D Book | Overview | Chapter Contents